body {
	background: #f8f8f8;
	font-size: 16px;
	color: #767676;
	font-family: "Microsoft YaHei", simsun, Arial, Helvetica, sans-serif
}

a:hover {
	text-decoration: none
}

li {
	list-style: none
}

.txt-overflow {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.orange {
	color: #f76504
}

.navbar-default {
	background: #fff;
	border: 0;
	padding: 25px 0;
	margin-bottom: 0;
	box-shadow: 0 0 8px #ddd
}

.navbar-brand {
	padding: 0 15px
}

.navbar-default .navbar-nav>li>a {
	background: 0 0 !important;
	text-align: center;
	font-size: 16px
}

.nav_line_postion {
	position: relative
}

.nav_line {
	background: #ff8100;
	height: 1px;
	display: inline-block;
	position: absolute;
	bottom: 5px
}

.slide {
	padding-top: 100px
}

.carousel-indicators li {
	width: 50px;
	height: 10px;
	border: none;
	border-bottom: 2px solid #fff;
	background: 0 0;
	cursor: pointer;
	border-radius: 0
}

.carousel-indicators .active {
	width: 50px;
	height: 10px;
	background: 0 0;
	border: none;
	border-bottom: 2px solid #ff8100
}

.title {
	padding: 80px 0 20px;
	text-align: center
}

.title h2 {
	color: #e94811;
	font-size: 24px;
	margin-top: 0
}

.title p {
	color: #8a8a8a
}

.news {
	background: #fff;
	padding: 0 0 2%
}

.news_block .news_img {
	overflow: hidden;
	border-radius: 3px
}

.news_block .news_img img {
	width: 100%;
	transition: .3s all;
	-webkit-transition: .3s all
}

.news_block .news_img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

.news_block h3 {
	color: #da8512;
	font-size: 20px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px
}

.news_block .more {
	color: #da8512;
	font-size: 16px
}

.news_block .list-group-item {
	border: 0;
	padding: 10px 0 10px 8px;
	font-size: 14px;
	position: relative;
	color: #b8b8b8
}

.news_block .list-group-item:before {
	content: "";
	width: 3px;
	height: 3px;
	background: #da8512;
	display: block;
	position: absolute;
	top: 50%;
	left: 0
}

.news_block .list-group-item a {
	color: #767676;
	transition: .2s all;
	-webkit-transition: .2s all
}

.news_block .list-group-item a:hover {
	color: #333;
	text-indent: 5px
}

.news_block .date {
	display: none
}

.index_icons {
	padding: 8% 0 6%;
	background: url(../image/index_icons_bg.jpg) no-repeat center;
	background-size: cover;
	font-size: 20px
}

.index_icons a {
	color: #333
}

.index_icons .index_icon {
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #ff8100;
	height: 150px;
	width: 150px;
	margin: 20px 0;
	background: #fff url(../image/index_icon.png) no-repeat center
}

.index_icons .index_icon_1 {
	background-position: 28px 28px
}

.index_icons .index_icon_2 {
	background-position: 28px -98px
}

.index_icons .index_icon_3 {
	background-position: 28px -228px
}

.index_icons .index_icon,
.index_icons .index_icon img {
	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	-o-transition: background-color .5s;
	-ms-transition: background-color .5s;
	transition: background-color .5s
}

.index_icons .index_icon:hover {
	background-color: #ff8100;
	background-position-x: -168px
}

.enterprise {
	background: #fafafa;
	padding: 0 0 6%
}

.enterprise ul {
	border-top: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	overflow: hidden;
	padding: 0
}

.enterprise ul li {
	width: 16.666%;
	float: left;
	border-bottom: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	position: relative;
	cursor: pointer;
	padding: 10px 2%;
	background: #fff
}

.enterprise ul li:hover img {
	opacity: 1;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	filter: gray
}

.enterprise .border {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	filter: Alpha(opacity=0)
}

.enterprise .border:after,
.enterprise .border:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s
}

.enterprise .border:before {
	border-top: 2px solid #fbb90b;
	border-bottom: 2px solid #fbb90b;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1)
}

.enterprise .border:after {
	border-right: 2px solid #fbb90b;
	border-left: 2px solid #fbb90b;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0)
}

.enterprise ul li:hover .border:after,
.enterprise ul li:hover .border:before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.links {
	background: #fff;
	padding: 0 0 6%;
	text-align: center
}

.links a {
	color: #767676
}

.links a:hover {
	color: #333
}

.links .left_line {
	border-left: 1px solid #ddd
}

.index_footer {
	background: #404143;
	color: #e6e6e6;
	padding: 4% 0 2% 0
}

.index_footer img {
	max-width: 100%
}

.index_footer .footer_right {
	border-left: 1px solid #fff;
	text-align: center
}

.index_footer .footer_left {
	text-align: center
}

.page_top {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 237px;
	margin-top: 100px
}

.intro_top {
	background-image: url(../image/page-top-intro-1.jpg)
}

.investment_top {
	background-image: url(../image/page-top-investment.jpg)
}

.enterprise_top {
	background-image: url(../image/page-top-enterprise.jpg)
}

.service_top {
	background-image: url(../image/page-top-service.jpg)
}

.contact_top {
	background-image: url(../image/page-top-contact.jpg)
}

.news_top {
	background-image: url(../image/page-top-news.jpg)
}

.page_top h2 {
	color: #416a92;
	font-weight: 700;
	font-size: 34px;
	margin: 8% 0 0 5%
}

.contact_top h2 {
	color: #fff
}

.service_top h2 {
	padding-left: 20%
}

.page_top h3 {
	color: #fff;
	margin: 10px 0 0 5%;
	padding-left: 68px
}

.breadcrumb {
	margin: 30px 0;
	padding-left: 5px;
	background: #f8f8f8
}

.breadcrumb>li+li:before {
	content: ">\00a0";
	color: #858585
}

.breadcrumb a {
	color: #858585
}

.bg_white {
	background: #fff;
	padding-bottom: 50px;
	min-height: 60vh
}

.left_side {
	background: #fff;
	min-height: 350px
}

.left_side>li.active>a,
.left_side>li.active>a:focus,
.left_side>li.active>a:hover {
	color: #fff;
	background-color: #fa9847
}

.nav-pills>li>a {
	border-bottom: 1px solid #ffead0;
	border-radius: 0;
	font-size: 19px;
	padding: 20px;
	color: #777
}

.nav-stacked>li+li {
	margin: 0
}

.left_side>li>a:focus,
.left_side>li>a:hover {
	background-color: #fff0dd
}

.right_side {
	background: #fff;
	padding: 50px 10%
}

.right_side p {
	margin-bottom: 30px;
	line-height: 30px
}

.right_side h4 {
	padding: 20px 0 10px;
	font-size: 20px
}

.news_view {
	padding-top: 100px
}

.page_news .bg_white {
	background: #fff;
	padding-bottom: 50px;
	min-height: 60vh
}

.page_news .nav-tabs {
	border-bottom: 2px solid #fa9847
}

.page_news .nav-tabs>li {
	margin-bottom: 0
}

.page_news .nav-tabs>li>a {
	border-radius: 0;
	font-size: 18px;
	color: #fa9847;
	padding: 15px 25px;
	margin-right: 0;
	border: none
}

.page_news .nav-tabs>li>a:after {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	right: -1px;
	top: 14px;
	background: #ffead0
}

.page_news .nav-tabs>li:last-child>a:after {
	background: 0 0
}

.page_news .nav-tabs>li.active>a,
.page_news .nav-tabs>li.active>a:focus,
.page_news .nav-tabs>li.active>a:hover {
	color: #fff;
	background-color: #fa9847;
	border: none
}

.page_news .nav>li>a:focus,
.page_news .nav>li>a:hover {
	background-color: #fff0dd
}

.page_news .new_list {
	margin: 20px 5%;
	padding: 0
}

.page_news .new_list li {
	padding: 15px 80px 15px 0;
	border-bottom: 1px dotted #ccc;
	position: relative;
	color: #b8b8b8
}

.page_news .new_list .date {
	position: absolute;
	right: 0;
	top: 16px
}

.page_news .new_list a {
	color: #767676
}

.page_news .news_title {
	padding: 20px 15px;
	margin: 0 5% 20px;
	text-align: center;
	border-bottom: 1px dotted #ccc
}

.page_news .news_title .date {
	color: #b8b8b8
}

.page_news .news_content {
	padding: 0 5%
}

.page_news .news_content img {
	max-width: 100%;
	display: block;
	margin: 0 auto
}

.page_news .news_content p {
	margin-bottom: 30px;
	line-height: 30px
}

.inves_item {
	padding: 5% 0;
	margin: 0 5%;
	line-height: 25px
}

.inves_hr {
	margin: 0 5%;
	border-top: 1px dotted #ccc
}

.inves_item h4 {
	color: #f99846;
	font-size: 20px;
	padding-left: 15px;
	position: relative
}

.inves_item h4:before {
	content: "";
	display: block;
	height: 20px;
	width: 4px;
	background: #f99846;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 1px
}

.inves_item .orange_point {
	position: relative;
	padding-left: 15px
}

.inves_item .orange_point:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background: #f99846;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px
}

.page_enterprise {
	background: 0 0
}

.page_enterprise .title {
	padding: 20px 0
}

.page_enterprise .title h2 {
	display: inline-block;
	position: relative
}

.page_enterprise .title h2:after,
.page_enterprise .title h2:before {
	content: "";
	position: absolute;
	background: #e94811;
	display: block;
	width: 30px;
	height: 1px;
	top: 12px
}

.page_enterprise .title h2:before {
	left: -45px
}

.page_enterprise .title h2:after {
	right: -45px
}

.page_enterprise .logo_group {
	margin-bottom: 50px
}

.page_enterprise .job_item {
	border: 1px solid #f2f2f2;
	background: #fff;
	padding: 15px;
	margin-bottom: 20px;
	box-shadow: 3px 2px 5px #f2f2f2;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.page_enterprise .job_item:hover {
	background: #fffbfa;
	border: 1px solid #fe9b8d
}

.page_enterprise .com_name {
	text-align: center;
	padding: 10px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 5px
}

.page_enterprise .job_item ul {
	border: 0;
	height: 160px
}

.page_enterprise .job_item ul li {
	width: 100%;
	border: 0;
	padding: 10px 2% 0;
	font-size: 15px;
	background: 0 0
}

.page_enterprise .job_item a {
	color: #767676
}

.page_enterprise .job_item ul li a:hover {
	color: #f76504
}

.page_enterprise .job_item .more {
	background: #f6f6f6;
	padding: 12px 0;
	text-align: center;
	display: block;
	color: #767676;
	margin-top: 20px;
	font-size: 14px;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.page_enterprise .job_item:hover .more {
	background: #feeeee
}

.page_enterprise .show_more {
	background: #f2f2f2;
	display: block;
	color: #767676;
	text-align: center;
	padding: 12px 0;
	margin-top: 15px;
	box-shadow: 3px 2px 5px #f2f2f2;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.page_enterprise .show_more:hover {
	background: #e3e3e3
}

.contact,
.service {
	padding: 5%;
	line-height: 30px
}

.service .orange_bg span {
	background: #f9992f;
	color: #fff;
	display: inline-block;
	border-radius: 25px;
	padding: 10px 25px;
	font-size: 18px;
	margin: 30px 0 10px
}

.service .tel {
	color: #e94e19;
	font-size: 20px;
	font-style: italic
}

.contact .head {
	color: #ff8407;
	font-size: 20px;
	margin-bottom: 10px
}

.contact .head .icon {
	background: url(../image/index_icon.png);
	width: 25px;
	height: 30px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px
}

.contact .head .icon_1 {
	background-position: 0 -410px
}

.contact .head .icon_2 {
	background-position: 0 -537px
}

.baidu-maps {
	border: 1px solid #ccc
}

.baidu-maps td {
	box-sizing: content-box !important
}

.baidu-maps label {
	max-width: none !important
}

.BMapLib_SearchInfoWindow .BMapLib_trans {
	z-index: 1 !important
}

.BMapLib_SearchInfoWindow .BMapLib_bubble_tools {
	z-index: 1 !important
}
.indicators{
	position: absolute;
    bottom: 0px;
	left: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 8px;
	margin-bottom: 0px;
	margin-left:0px !important;
}
.indicators li{
    width: 10px;
    height: 10px;
    background: #fff;
    cursor: pointer;
    border-radius: 100px;
	margin: 0 5px !important;
}
.indicators .active{
	width: 10px;
    height: 10px;
    background:#ff8100;
	margin:none !important;
}
.news-notice{
	padding-top: 30px;
}
.news-info h3{
	font-size: 20px;
}
.news-title{
	border-top:1px solid #ebe5e5;
}
.news-title h2{
	text-align: center;
	font-size: 18px;
	color: #000;
}
.news-title>div{
	text-align: center;
}
.news-list{
	border-top:1px solid #ebe5e5;
	margin-top: 8px;
	/* height: 200px; */
	padding: 0px;
}
.news-list .list-group-item{
	border: none !important;
	padding: 5px 0px;
	display: flex;
	align-items: center;
}
.news-list a{
	color: #767676;
	font-size: 14px;
	width: 83%;
}
.news-list .date{
	color: #416a92;
	white-space: pre;
}
.news-more{
	position: relative;
	top: 1px;
	font-size: 15px;
}
.dot{
	height: 4px;
	width: 4px;
	background: grey;
	border-radius: 100px;
	margin-right: 8px;
}
@media screen and (max-width:768px) {
	.navbar-default {
		padding: 0
	}

	.navbar-brand {
		padding: 6px 15px
	}

	.news_view,
	.slide {
		padding-top: 50px
	}

	.enterprise ul li {
		width: 50%
	}

	.index_footer .footer_right {
		border-left: 0;
		margin-top: 20px
	}

	.page_top {
		height: 150px;
		margin-top: 50px
	}

	.page_news .nav-tabs>li>a {
		padding: 15px 12px
	}

	.page_news .new_list .date {
		display: none
	}

	.page_news .new_list>li {
		padding-right: 0
	}
}
.hun-list{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 1px solid #f3f4f5;
	padding: 16px 0;
}
.hun-avatar{
	width: 55px;
	height: 55px;
	border-radius: 100px;
	overflow: hidden;
	background: #f6f6f6;
	position: relative;
	top: -3px;
}
.hun-avatar img{
	width: 55px;
	height: 55px;
}
.jb-info{
	font-size: 14px;
	color: #777;
}
.hun-name{
	font-weight: 700;
}
.hun-dec{
	font-size: 15px;
}
.more-info{
	margin-top: 8px;
}
.red-text{
	color: red;
	font-size: 15px;
}
.hun-address{
	margin-top: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #000;
}
.hun-users{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 8px;
}
.hun-users li{
	padding: 8px;
	box-shadow: 2px 3px 10px -5px #ccc,0px 0px 3px -1px #ccc;
	width: 265px;
	height: 100px;
	margin: 8px;
	box-sizing: border-box;
}
.more-avatar{
	width: 35px;
	height: 35px;
	border-radius: 100px;
}
.more-user{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media screen and (max-width:400px) {
	.hun-users li{
		width: 100%;
	}
}

/*------------------------------------*\
	Compact Theme Styles
\*------------------------------------*/

.compact-theme a, .compact-theme span {
	float: left;
	color: #333;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #AAA;
	border-right: none;
	min-width: 14px;
	padding: 0 7px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.compact-theme a:hover {
	text-decoration: none;
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* IE10+ */
	background: linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* W3C */
}

.compact-theme .prev {
	border-radius: 3px 0 0 3px;
}

.compact-theme .next {
	border-right: 1px solid #AAA;
	border-radius: 0 3px 3px 0;
}

.compact-theme .current {
	background: #bbbbbb; /* Old browsers */
	background: -moz-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbbbbb), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* W3C */
	cursor: default;
}

.compact-theme .ellipse {
	background: #EAEAEA;
	padding: 0 10px;
	cursor: default;
}

#apartPage{ text-align:center;}
/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/
.light-theme{ position: relative; margin:20px; padding-bottom:30px;text-align:center}
.light-theme a, .light-theme span {
	color: #666;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #BBB;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.light-theme a:hover {
	text-decoration: none;
	background: #FCFCFC;
}

.light-theme .current {
	background: #666;
	color: #FFF;
	border-color: #444;
	box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
	cursor: default;
}

.light-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}

/*------------------------------------*\
	Dark Theme Styles
\*------------------------------------*/

.dark-theme a, .dark-theme span {
	float: left;
	color: #CCC;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #222;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #555; /* Old browsers */
	background: -moz-linear-gradient(top, #555 0%, #333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555), color-stop(100%,#333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #555 0%,#333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #555 0%,#333 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #555 0%,#333 100%); /* IE10+ */
	background: linear-gradient(top, #555 0%,#333 100%); /* W3C */
}

.dark-theme a:hover {
	text-decoration: none;
	background: #444;
}

.dark-theme .current {
	background: #222;
	color: #FFF;
	border-color: #000;
	box-shadow: 0 1px 0 rgba(255,255,255,0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	cursor: default;
}

.dark-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}